projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501d509
)
termhooks.h (event_kind) [WINDOWSNT]: Define
author
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:14 +0000
(23:00 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:14 +0000
(23:00 +0000)
language_change_event.
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index f5928d7c54d3b552935623be897a711fb549346c..caf25e637fc569e2f18ec944be85722e8bb08ac3 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-249,6
+249,10
@@
enum event_kind
the wheel event occurred in.
.timestamp gives a timestamp (in
milliseconds) for the wheel event. */
+ language_change_event, /* A language_change event is generated
+ on WINDOWSNT when the keyboard layout
+ or input language is changed by the
+ user. */
#endif
scroll_bar_click, /* .code gives the number of the mouse button
that was clicked.